All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.app.CachedImageRep

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.app.ImageRep
                   |
                   +----com.apple.alpha.app.CachedImageRep

public class CachedImageRep
extends ImageRep
This class wraps the Objective-C class NSCachedImageRep.


Constructor Index

 o CachedImageRep()
This default constructor is equivalent to Objective-C's [[NSCachedImageRep alloc] init].
 o CachedImageRep(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.
 o CachedImageRep(Coder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.
 o CachedImageRep(Size, int, boolean, boolean)
This constructor has the same effect as calling - initWithSize:depth:separate:alpha: on a newly allocated object.
 o CachedImageRep(Window, Rect)
This constructor has the same effect as calling - initWithWindow:rect: on a newly allocated object.

Method Index

 o rect()
A wrapper for the - rect Objective-C instance method.
 o window()
A wrapper for the - window Objective-C instance method.

Constructors

 o CachedImageRep
 protected CachedImageRep(boolean shouldAllocate,
                          int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o CachedImageRep
 public CachedImageRep()
This default constructor is equivalent to Objective-C's [[NSCachedImageRep alloc] init].

 o CachedImageRep
 public CachedImageRep(Coder aDecoder)
This constructor has the same effect as calling - initWithCoder: on a newly allocated object.

 o CachedImageRep
 public CachedImageRep(Window win,
                       Rect rect)
This constructor has the same effect as calling - initWithWindow:rect: on a newly allocated object.

 o CachedImageRep
 public CachedImageRep(Size size,
                       int depth,
                       boolean flag,
                       boolean alpha)
This constructor has the same effect as calling - initWithSize:depth:separate:alpha: on a newly allocated object.

Methods

 o window
 public native Window window()
A wrapper for the - window Objective-C instance method.

 o rect
 public native Rect rect()
A wrapper for the - rect Objective-C instance method.


All Packages  Class Hierarchy  This Package  Previous  Next  Index